home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / scheme2c / rec-28se.pat / sources / SPARC < prev   
Encoding:
Text File  |  1994-06-30  |  412 b   |  31 lines

  1. #
  2. # This is the header file for constructing make files for SPARC processors.
  3. #
  4.  
  5. .SUFFIXES:
  6. .SUFFIXES:    .o .c .sc .s .u
  7.  
  8. # Processor name:
  9.  
  10. cpu = SPARC
  11.  
  12. # Default flags to use when invoking the C compiler.
  13.  
  14. CFLAGS = -g
  15. CC = cc
  16. CLIBS = -lm
  17.  
  18. # Assembly language object files.
  19.  
  20. Aruntime = sparc.o 
  21.  
  22. # Profiled library
  23.  
  24. Plib =
  25.  
  26. # Heap size in megabytes for the compiler.
  27.  
  28. scheapmb = 8 -scl 40
  29.  
  30. # End of SPARC header.
  31.